inspector: Show a11y information
authorMatthias Clasen <mclasen@redhat.com>
Mon, 27 Jul 2020 17:29:21 +0000 (13:29 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 28 Jul 2020 12:41:24 +0000 (08:41 -0400)
commit42a49406714c32d404e993fbe5de57f4fd896d1c
tree625eb322ea13478d64cf72705b77acf23411f7ed
parentecc329fa2aa877f34026b5f4988143d4ae1905e2
inspector: Show a11y information

Show a tab for  accessibility information.

This shows the role and the accessible attributes
(states, properties, relations).

For now, changing the values is not possible, and
we only show the explicitly set values. In the future,
we want to show the attributes that are relevant for
the role, regardless of whether they are set or not,
and allow changing some of the attributes (the ones
that are not fully managed by GTK itself).
gtk/inspector/a11y.c [new file with mode: 0644]
gtk/inspector/a11y.h [new file with mode: 0644]
gtk/inspector/a11y.ui [new file with mode: 0644]
gtk/inspector/init.c
gtk/inspector/meson.build
gtk/inspector/window.c
gtk/inspector/window.h
gtk/inspector/window.ui